PATH![]() |
![]() ![]() |
Returns a pointer to the application's frontmost visible window that is not a floating window.
pascal WindowPtr FrontNonFloatingWindow (void);
Your application should call the FrontNonFloatingWindow function when you want to identify the frontmost visible window that is not a floating window. If you want to identify the frontmost visible window, whether floating or not, your application should call the function FrontWindow .